projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54e573d
)
Fix cpu_cap option.
author
Ewan Mellor
<ewan@xensource.com>
Thu, 16 Nov 2006 10:28:26 +0000
(10:28 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Thu, 16 Nov 2006 10:28:26 +0000
(10:28 +0000)
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendConfig.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendConfig.py
b/tools/python/xen/xend/XendConfig.py
index 98f1f572faea1fe92c3fcce99425ef22ac2cff5b..da0deb3bb08d2d86cb72371bbf096380d8ce1e2b 100644
(file)
--- a/
tools/python/xen/xend/XendConfig.py
+++ b/
tools/python/xen/xend/XendConfig.py
@@
-142,6
+142,7
@@
ROUNDTRIPPING_CONFIG_ENTRIES = [
('uuid', str),
('vcpus', int),
('vcpu_avail', int),
+ ('cpu_cap', int),
('cpu_weight', int),
('memory', int),
('shadow_memory', int),